run unittest in terminal python

44

run unittest in terminal python -

# add -v for more details, higher verbosity or leave it out
python -m unittest -v test_module

Comments

Submit
0 Comments